@charset "UTF-8";
html {
  min-width: 1200px;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", "Arial";
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #ba292e;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.ico {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #e62129;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*header*/
.header_main {
  width: 100%;
  height: 100px;
  line-height: 100px;
  z-index: 998;
  position: absolute;
  left: 0;
  top: 40px;
}
.header_main .logo {
  width: 220px;
  height: 50px;
  position: absolute;
  left: 45px;
  top: 0;
  overflow: hidden;
  display: block;
}
.header_main .logo img {
  height: 50px;
  max-width: 100%;
  display: block;
}
.header_main .logo .add {
  display: none;
}
.header_main .switch {
  width: 70px;
  height: 22px;
  position: absolute;
  top: 22px;
  right: 228px;
}
.header_main .switch a {
  width: 34px;
  height: 20px;
  line-height: 20px;
  display: block;
  float: left;
  color: #85898a;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border: 1px solid #85898a;
  border-color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: arial;
}
.header_main .switch a.a1 {
  border-right: 0px;
}
.header_main .switch a.a2 {
  border-left: 0px;
}
.header_main .switch a:hover,
.header_main .switch a.cur {
  background: #fff;
  border-color: #fff;
  color: #333333;
}
.header_main .nav_main {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 0px;
  padding-top: 10px;
}
.header_main .nav_main li {
  padding: 0 34px;
  text-align: center;
  font-size: 18px;
  position: relative;
  float: left;
}
.header_main .nav_main li a {
  display: block;
  height: 100%;
  position: relative;
  color: #fff;
}
.header_main .nav_main li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #e62129;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 88;
}
.header_main .nav_main li:hover i,
.header_main .nav_main li.hover i {
  width: 100%;
  margin-left: -50%;
}
.header_main .nav_main li .sub-box {
  background-color: #333333;
  width: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 38px;
  display: none;
  border-radius: 4px;
  overflow: hidden;
}
.header_main .nav_main li .sub-box a {
  color: #fff !important;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  border-bottom: 1px dotted #292929;
  margin: 0;
}
.header_main .nav_main li .sub-box a:hover {
  background: #222222;
  color: #e62129 !important;
}
.header_main.headerbgf .switch a {
  border-color: #333;
  color: #333;
}
.header_main.headerbgf .switch a:hover,
.header_main.headerbgf .switch a.cur {
  background: #333;
  border-color: #333;
  color: #fff;
}
.header_main.headerbgf .nav_main li a {
  color: #333;
}
.header_main.headerbgf .nav_main li i {
  background-color: #333;
}
@media (max-width: 1366px) {
  .header_main {
    top: 10px;
  }
  .header_main .logo {
    left: 10px;
  }
  .header_main .switch {
    right: 190px;
  }
}
.navBtn {
  width: 128px;
  position: absolute;
  height: 59px;
  line-height: 59px;
  right: 63px;
  top: 44px;
  z-index: 9999;
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.navBtn .btn {
  width: 59px;
  height: 59px;
  cursor: pointer;
  float: right;
  display: block;
  background-color: #fff;
  background-position: -22px 22px;
  border-radius: 100%;
}
.navBtn .btn.close {
  background-position: 21px 22px;
}
.navBtn.headerbgf {
  color: #333;
}
.navBtn.headerbgf .btn {
  background-color: #333;
  background-position: -22px -60px;
}
.navBtn.headerbgf .btn.close {
  background-color: #fff;
  background-position: 21px 22px;
}
@media (max-width: 1366px) {
  .navBtn {
    top: 14px;
    right: 20px;
  }
}
.navBox {
  width: 100%;
  height: 180px;
  text-align: center;
  font-size: 0px;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -90px;
  z-index: 9999;
  display: none;
}
.navBox li {
  width: 160px;
  height: 180px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  text-align: left;
  font-size: 18px;
  margin: 0 19px;
}
.navBox li a {
  border: 1px solid #4f4f50;
  width: 118px;
  height: 138px;
  padding: 40px 0 0 40px;
  display: block;
  color: #fff;
  text-transform: capitalize;
}
.navBox li span {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 18px;
  font-family: arial;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.navBox li s {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 0;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  left: -10px;
  top: 23px;
}
.navBox li.hover a,
.navBox li:hover a {
  border: 3px solid #e62129;
  width: 116px;
  height: 136px;
  padding: 38px 0 0 38px;
}
.navBox li.hover span,
.navBox li:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navBox li.hover s,
.navBox li:hover s {
  width: 33px;
}
/*icopyright*/
.icopyright {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 25px;
  bottom: 10px;
  z-index: 99;
}
.icopyright a {
  color: #fff;
}
.icopyright a:hover {
  text-decoration: underline;
}
/*******************index css*********************/
html {
  height: 100%;
}
.index_body {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.index {
  height: 100%;
}
.index .section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.index .section .opacity {
  opacity: 0;
}
.index .section .prev,
.index .section .next {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  background: url(../images/switch-ico.png) no-repeat 0 center;
}
.index .section .prev:hover,
.index .section .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.index .section .prev {
  left: -80px;
  background-position: 0 center;
}
.index .section .next {
  right: -80px;
  background-position: -70px center;
}
@media (max-width: 1366px) {
  .index .section .prev {
    left: -65px;
  }
  .index .section .next {
    right: -65px;
  }
}
#fullpage {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}
#fullpage .godown {
  width: 40px;
  height: 21px;
  position: absolute;
  z-index: 99;
  left: 50%;
  bottom: 20px;
  margin-left: -23px;
  background-position: -130px -158px;
  -webkit-animation: start 1.5s infinite ease-in-out;
}
#fullpage #page2 .godown,
#fullpage #page3 .godown {
  background-position: -133px -184px;
}
#fullpage .fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullpage .fp-slide {
  float: left;
  height: 100%;
  margin: 0;
  background-size: cover;
  -ms-behavior: url(css/backgroundsize.min.htc);
  behavior: url(css/backgroundsize.min.htc);
}
.main_banner .item_bg {
  -ms-behavior: url(css/backgroundsize.min.htc);
  behavior: url(css/backgroundsize.min.htc);
}
#fullpage .fp-slide,
#fullpage .fp-slidesContainer {
  height: 100%;
  display: block;
}
#fullpage .fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#fullpage .fp-section.fp-table,
#fullpage .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#fullpage .fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#fullpage .fp-slidesContainer {
  float: left;
  position: relative;
}
#fullpage .fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -49px;
  width: 59px;
  height: 98px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: url(../images/icon.png) no-repeat 0 0;
}
#fullpage .fp-controlArrow.fp-prev {
  left: 90px;
}
#fullpage .fp-controlArrow.fp-next {
  right: 90px;
  background-position: -62px 0;
}
#fullpage .fp-scrollable {
  overflow: scroll;
}
#fullpage .fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fullpage .fp-auto-height.fp-section,
#fullpage .fp-auto-height .fp-slide,
#fullpage .fp-auto-height .fp-tableCell {
  height: auto !important;
}
/**************banner***********/
.flexslider {
  position: relative;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider a {
  display: block;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 900;
  display: none;
}
.flex-control-paging li a {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: #fff ;
}
.flex-control-paging li img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  display: block;
}
.flex-direction-nav a {
  width: 60px;
  height: 60px;
  z-index: 999;
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.flex-direction-nav .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url('../images/banner-ico.png') no-repeat 0 0;
  z-index: 200;
}
.flex-direction-nav a.flex-next .arrow {
  right: 0;
  left: auto;
  background-position: -60px 0;
}
.flex-direction-nav .flex-prev {
  position: absolute;
  left: 0px;
  top: 50%;
}
.flex-direction-nav .flex-next {
  position: absolute;
  right: 0px;
  top: 50%;
  text-align: left;
}
.flexslider:hover .flex-prev {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.flexslider:hover .flex-next {
  right: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.flexslider:hover .flex-prev:hover .arrow {
  left: 0;
  background-position: 0 -60px;
  background-color: #fff;
  border: 2px solid #fff;
}
.flexslider:hover .flex-next:hover .arrow {
  right: 0;
  background-position: -60px -60px;
  opacity: 1;
  background-color: #fff;
  border: 2px solid #fff;
}
.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
  background-color: #fff;
  opacity: 1;
}
.flexslider {
  margin-left: auto;
  margin-right: auto;
}
.preview {
  width: 100px;
  height: 64px;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #fff;
}
.flex-direction-nav .preview img {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 94px;
  height: 58px;
}
.preview .alt {
  position: absolute;
  left: 180px;
  top: 0;
  background: #fff;
  width: 180px;
  height: 58px;
  color: #000;
  text-indent: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 3px;
  display: none;
}
/* next button */
.flex-next .preview {
  right: -66px;
  left: auto;
}
.flex-next .preview img {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 94px;
  height: 58px;
}
.flex-next .preview .alt {
  left: 0;
}
/* hover style */
.flex-prev:hover .preview {
  left: 60px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.flex-next:hover .preview {
  right: 60px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.main_banner {
  position: relative;
}
.main_banner .item_bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  display: block;
}
.main_banner .item_bg img {
  display: none;
}
.arrow2 {
  margin: 0 auto 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  position: absolute;
  overflow: hidden;
  border: 0 none;
  left: 48%;
  bottom: 30px;
  z-index: 999;
}
.arrow2 i {
  width: 34px;
  height: 36px;
  margin: 8px auto 0;
  display: block;
  position: relative;
  background: url(../images/jiant.png) no-repeat center center;
  animation: down-ico 1.5s ease-out infinite;
}
@keyframes down-ico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 20%;
    opacity: 0;
  }
  65% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes down-ico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 20%;
    opacity: 0;
  }
  65% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
/*iproduct*/
.iproduct {
  width: 100%;
  height: 100%;
  background: url(../images/iproductbg.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.iproduct .section_con {
  position: absolute;
  width: 1235px;
  height: 466px;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -618px;
}
.iproduct .section_con .iproCon {
  width: 1235px;
  height: 466px;
  position: relative;
  overflow: hidden;
  background: url(../images/black30.png) repeat 0 0;
}
.iproduct .section_con .iproCon .list {
  width: 500%;
  position: relative;
}
.iproduct .section_con .iproCon .item {
  width: 504px;
  float: left;
  border: 1px solid #222;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 464px;
  position: relative;
  padding-left: 696px;
  padding-right: 34px;
  display: block;
  color: #fff;
}
.iproduct .section_con .iproCon .item .img {
  width: 619px;
  height: 466px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: -2px;
  top: -1px;
}
.iproduct .section_con .iproCon .item .img img {
  width: 619px;
  height: 466px;
  display: block;
  transition: all .6s;
}
.iproduct .section_con .iproCon .item .img:hover img {
  transform: scale(1.04, 1.04);
}
.iproduct .section_con .iproCon .item a {
  display: block;
  width: 100%;
}
.iproduct .section_con .iproCon .item .tit {
  font-size: 36px;
  padding-top: 65px;
}
.iproduct .section_con .iproCon .item .tit a {
  display: block;
  color: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.iproduct .section_con .iproCon .item .tit:hover a {
  color: #e62129;
}
.iproduct .section_con .iproCon .item h4 {
  font-size: 16px;
  padding: 15px 0 20px;
}
.iproduct .section_con .iproCon .item .txt {
  line-height: 24px;
  height: 120px;
  overflow: hidden;
}
.iproduct .section_con .iproCon .item .more {
  width: 213px;
  height: 40px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  line-height: 40px;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.iproduct .section_con .iproCon .item .more s {
  width: 12px;
  height: 18px;
  display: block;
  float: right;
  margin: 13px 0 0;
  background-position: -69px -39px;
}
.iproduct .section_con .iproCon .item .more:hover {
  width: 220px;
  border-color: #e62129;
}
@media (max-width: 1366px) {
  .iproduct .section_con {
    width: 1200px;
    margin-left: -600px;
  }
  .iproduct .section_con .iproCon {
    width: 1200px;
  }
  .iproduct .section_con .iproCon .item {
    width: 515px;
    padding-left: 650px;
  }
}
/*旋转木马必要样式*/
.poster-main {
  position: relative;
  width: 1235px;
  height: 368px;
}
.poster-main a,
.poster-main img {
  display: block;
}
.poster-main .poster-list {
  width: 1235px;
  height: 368px;
}
.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-btn {
  position: absolute;
  top: 50px !important;
  margin: 0 !important;
  width: 60px !important;
  height: 270px !important;
  z-index: 10;
  cursor: pointer;
}
.poster-main .poster-prev-btn {
  left: 0;
}
.poster-main .poster-next-btn {
  right: 0;
}
/*icase*/
.icase {
  width: 100%;
  height: 100%;
  background: url(../images/icasebg.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.icase .case-ico {
  width: 78px;
  height: 173px;
  display: block;
  position: absolute;
  left: 50%;
  top: -62px;
  margin-left: 200px;
  background: url(../images/icase-ico.png) no-repeat center center;
  z-index: 20;
}
.icase .case-ico.case-ico-cn {
  background-image: url(../images/icase-ico-cn.png);
}
.icase .section_con {
  position: absolute;
  width: 1200px;
  height: 368px;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -600px;
}
.icase .section_con .poster-main {
  width: 1200px;
  height: 368px;
  position: relative;
}
.icase .section_con .poster-main .poster-item a,
.icase .section_con .poster-main .poster-item img {
  width: 100%;
  height: 100%;
  display: block;
}
.icontact .img {
  width: 50%;
  float: left;
  height: 100%;
  background: url(../images/icontactbg.jpg) no-repeat right center;
}
.icontact .icontactCon {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.icontact .icontactCon .txtcon {
  width: 530px;
  height: 420px;
  position: absolute;
  left: 80px;
  top: 50%;
  margin-top: -200px;
}
.icontact .icontactCon .txtcon h3 {
  font-size: 54px;
  color: #000000;
  font-weight: normal;
  line-height: 56px;
  margin-bottom: 40px;
}
.icontact .icontactCon .txtcon .tel,
.icontact .icontactCon .txtcon .email {
  color: #e62129;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.icontact .icontactCon .txtcon .tel s,
.icontact .icontactCon .txtcon .email s {
  width: 24px;
  height: 24px;
  margin-right: 24px;
  background-position: 0 -40px;
}
.icontact .icontactCon .txtcon .email s {
  background-position: -33px -38px;
}
.icontact .icontactCon .txtcon .txt {
  color: #999999;
  line-height: 24px;
  padding-top: 45px;
}
.icontact .icontactCon .txtcon .txt strong {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}
.icontact .icontactCon .txtcon .more {
  color: #e62129;
  text-decoration: underline;
  display: block;
  margin-top: 60px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.icontact .icontactCon .txtcon .more:hover {
  color: #333;
}
.gridlist {
  width: 105%;
}
.gridlist .item {
  width: 370px;
  padding-bottom: 25px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin: 0 41px 40px 0;
  float: left;
  position: relative;
  border: 1px solid #dddddd;
}
.gridlist .item:first-child {
  margin-left: 0;
}
.gridlist .item img {
  width: 370px;
  height: 278px;
  margin-bottom: 21px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.gridlist .item h3 {
  color: #000;
  font-size: 18px;
  padding: 0 20px;
  line-height: 40px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  height: 40px;
  overflow: hidden;
}
.gridlist .item .txt {
  color: #666666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  padding: 0 20px;
}
.gridlist .item:hover {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
}
.gridlist .item:hover h3 {
  color: #e62129;
}
.gridlist .item:hover img {
  border-bottom: 2px solid #e62129;
  margin-bottom: 20px;
}
.gridlist.gridlist34 .item {
  width: 180px;
  margin: 0 0 30px 24px;
}
.gridlist.gridlist34 .item:first-child {
  margin-left: 0;
}
.gridlist.gridlist34 .item img,
.gridlist.gridlist34 .item .bg,
.gridlist.gridlist34 .item .plus {
  width: 180px;
  height: 240px;
}
.picturePage {
  overflow: hidden;
  padding-top: 0;
}
.picturePage .videoitem {
  border: 1px solid #dddddd;
  margin-bottom: 40px;
  background: #f8f8f8;
}
.picturePage .videoitem .img {
  width: 400px;
  height: 300px;
  float: left;
  margin-right: 50px;
  display: block;
  overflow: hidden;
}
.picturePage .videoitem .img img,
.picturePage .videoitem .img iframe {
  width: 400px !important;
  height: 300px !important;
}
.picturePage .videoitem .txt {
  padding-right: 30px;
}
.picturePage .videoitem h3 {
  color: #e62129;
  padding: 50px 0 20px 0;
  font-size: 26px;
}
.picturePage .videoitem .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #999999;
  margin: 0 0 15px;
}
.footer {
  width: 100%;
  padding: 30px 0;
  line-height: 24px;
  text-align: center;
  color: #aaaaaa;
  background: #222222;
  font-size: 12px;
  font-family: arial;
}
.footer a {
  color: #aaa;
}
.footer a:hover {
  color: #fff;
}
/***********category css*************/
.nyIcon {
  background: url(../images/nyIcon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.shareNew {
  padding-bottom: 20px;
}
.sitepath {
  font-size: 12px;
  padding: 25px 0 12px;
  overflow: hidden;
}
.menu {
  padding-bottom: 10px;
}
.menu a {
  width: 159px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #f8f8f8;
  color: #333333;
}
.menu a:hover,
.menu a.hover {
  background: #ffffff;
  border-color: #e62129;
  color: #e62129;
}
.nybanner {
  width: 100%;
  height: 300px;
  position: relative;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.nybanner .header_main {
  position: absolute;
}
.nybanner h3 {
  text-align: center;
  padding-top: 162px;
  font-size: 34px;
  font-weight: normal;
  color: #fff;
}
.wrapper {
  padding: 10px 0 70px;
  min-height: 500px;
}
.wrapper .noinfor {
  padding: 0 0 20px;
  text-align: left;
  color: red;
}
.singlePage .txtcon img {
  max-width: 100%;
}
/*****aboutPage*****/
.aboutPage .about1 {
  width: 450px;
  height: 228px;
  position: relative;
  margin-left: 100px;
  border: 1px solid #dddddd;
  padding: 170px 0 0 648px;
  margin-top: 60px;
}
.aboutPage .about1 .img {
  width: 700px;
  height: 400px;
  display: block;
  position: absolute;
  left: -100px;
  top: -50px;
}
.aboutPage .about1 .encon {
  width: 350px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 600px;
  z-index: 10;
  display: block;
  background: #e62129;
  color: #fff;
}
.aboutPage .about1 .encon .en {
  display: block;
  margin-left: 50px;
  font-size: 34px;
  font-weight: bold;
  font-family: arial;
  padding: 45px 0 22px;
}
.aboutPage .about1 .encon .line {
  width: 80px;
  height: 6px;
  display: block;
  background: #fff;
  margin-left: 50px;
}
.aboutPage .about1 .tit {
  font-size: 24px;
  margin-bottom: 20px;
}
.aboutPage .about1 .txt {
  line-height: 30px;
  padding-right: 56px;
}
.aboutPage .about2 {
  width: 1200px;
  height: 600px;
  margin: 70px auto 0;
  background: url(../images/aboutimg.jpg) no-repeat center top;
}
.aboutPage .about2 .tit {
  font-size: 24px;
  margin-bottom: 25px;
}
.aboutPage .about2 .txt {
  width: 748px;
  line-height: 30px;
  padding-right: 56px;
}
.aboutPage .about3 {
  padding-top: 30px;
}
/*newsPage*/
.newsPage .item {
  width: 100%;
  height: 168px;
  margin-bottom: 35px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #fff;
  border: 1px solid #dddddd;
}
.newsPage .item a {
  width: 100%;
  display: block;
}
.newsPage .item img {
  width: 300px;
  height: 169px;
  display: block;
  margin-right: 30px;
}
.newsPage .item h3 {
  font-size: 20px;
  padding: 35px 0 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}
.newsPage .item .time {
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}
.newsPage .item .time .day {
  font-size: 40px;
  line-height: 45px;
  display: block;
}
.newsPage .item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.newsPage .item:hover h3 {
  color: #e62129;
  text-indent: 5px;
}
.newsPage .item:hover .time .day span {
  background: #6d6d6d;
}
.newsPage .item:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}
/*teamPage*/
.teamPage {
  overflow: hidden;
}
.teamPage .list {
  width: 105%;
}
.teamPage .item {
  width: 371px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin: 0 40px 40px 0;
  padding-bottom: 20px;
  float: left;
  position: relative;
  border: 1px solid #dddddd;
}
.teamPage .item img {
  width: 371px;
  height: 277px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.teamPage .item h3 {
  color: #000;
  font-size: 18px;
  padding: 0 20px;
  line-height: 40px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  height: 40px;
  overflow: hidden;
}
.teamPage .item h3 s {
  width: 18px;
  height: 18px;
  margin-top: 12px;
  float: right;
  background-position: -89px -39px;
}
.teamPage .item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.teamPage .item:hover img {
  border-bottom: 2px solid #e62129;
  margin-bottom: 14px;
}
/*showNews*/
.showNews .title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 10px 0 28px;
  font-weight: bold;
}
.showNews .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.showNews .img {
  max-width: 600px;
  margin: 0 auto 20px;
  display: block;
}
.showNews .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.showNews .showContxt {
  color: #666666;
  padding: 0 0 30px;
  line-height: 30px;
}
.showNews .showContxt img {
  max-width: 100%;
}
.contactPage {
  padding: 0 0 90px;
  margin: 20px auto 100px;
  width: 1198px;
  position: relative;
  border: 1px solid #dddddd;
}
.contactPage .en {
  width: 350px;
  height: 120px;
  line-height: 120px;
  z-index: 20;
  font-size: 34px;
  font-weight: 34px;
  display: block;
  position: absolute;
  left: 699px;
  top: 0px;
  /*background: #e62129;
  color: #fff;*/
  text-align: center;
}
.contactPage .mapArea {
  width: 700px;
  height: 400px;
  position: absolute;
  left: -1px;
  top: -1px;
}
.contactPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.contactPage .contxt {
  padding: 160px 0 0 750px;
}
.contactPage .contxt .tit {
  font-size: 24px;
  color: #333333;
  margin-bottom: 25px;
}
.contactPage .contxt .item {
  width: 430px;
  color: #333333;
  font-size: 14px;
  margin-bottom: 22px;
}
.contactPage .contxt .item s {
  width: 41px;
  height: 41px;
  display: block;
  float: left;
  margin-right: 10px;
  background: url(../images/bcontact-ico.png) no-repeat center 0;
}
.contactPage .contxt .item span {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  display: block;
}
.contactPage .contxt .item strong {
  font-size: 20px;
  font-family: arial;
  font-weight: bold;
  color: #e62129;
}
.contactPage .contxt .item.email s {
  background-position: center -68px;
}
.contactPage .contxt .item.address strong {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.contactPage .contxt .item.address s {
  background-position: center -135px;
}
.contactPage .img {
  display: block;
  margin: 100px auto 0;
}
.contactPage .txtcon {
  padding: 0 30px;
}
.contactPage .txtcon img {
  max-width: 100%;
}
.bcontact {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.bcontact li {
  width: 399px;
  float: left;
  padding: 20px 0;
  border-left: 1px solid #e5e5e5;
  text-align: center;
}
.bcontact li s {
  width: 60px;
  height: 55px;
  display: block;
  margin: 0 auto;
  background: url(../images/contact-ico.png) no-repeat 0 center;
}
.bcontact li h3 {
  font-size: 16px;
  padding: 6px 0 14px;
}
.bcontact li.a1 {
  border-left: 0px;
}
.bcontact li.baddress s {
  background-position: -70px center;
}
.bcontact li.btel s {
  background-position: -144px center;
}
.formData {
  padding-bottom: 20px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 378px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
.formData .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #cccccc;
}
.formData .item input {
  outline: none;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}
.formData .item .txt {
  width: 328px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: none;
  padding-left: 50px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 1198px;
  height: 180px;
  border: 1px solid #e5e5e5;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  top: 5px;
  display: block;
}
.formData .liuyan textarea {
  width: 1178px;
  height: 154px;
  line-height: 28px;
  padding: 10px 10px;
  text-indent: 70px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
  float: left;
}
.formData .sub {
  width: 232px;
  height: - 4px;
  line-height: 38px;
  border: 2px solid #e62129;
  text-align: center;
  background: #e62129;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin: 0 auto;
}
.formData .sub:hover {
  background: none;
  color: #e62129;
}
.formData .yzm {
  width: 432px;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}
/*n-tit*/
.n-tit {
  margin-bottom: 20px;
}
.n-tit h3 {
  line-height: 35px;
  font-size: 24px;
}
.n-tit s {
  width: 4px;
  height: 22px;
  margin-right: 15px;
  background: #e62129;
  display: inline-block;
  vertical-align: middle;
}
.n-tit .more {
  font-size: 16px;
}
/*relateNews*/
.relateNews {
  padding: 15px 0 0;
  width: 100%;
  overflow: hidden;
}
.relateNews .list {
  width: 120%;
}
.relateNews .list li {
  width: 530px;
  float: left;
  margin-right: 65px;
  margin-bottom: 20px;
}
.relateNews .list li a {
  display: block;
  width: 100%;
}
.relateNews .list li img {
  width: 180px;
  height: 100px;
  display: block;
  float: left;
  margin-right: 20px;
}
.relateNews .list li h3 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
}
.relateNews .list li .time {
  color: #999999;
  font-size: arial;
  font-size: 16px;
}
.relatePro {
  padding: 15px 0 0;
  width: 100%;
  overflow: hidden;
}
.relatePro .gridlist .item {
  width: 280px;
  margin: 0 24px 30px 0;
}
.relatePro .gridlist .item img {
  width: 280px;
  height: 210px;
  margin-bottom: 14px;
}
.relatePro .gridlist .item:hover img {
  margin-bottom: 13px;
}
/* reLink */
.reLink {
  width: 100%;
  height: 25px;
  border-top: 1px solid #d7d6d6;
  padding: 15px 0 40px;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  line-height: 25px;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a:hover {
  color: #e62129;
}
/* pager */
.pager {
  padding: 30px 0 15px;
  text-align: center;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager {
  *zoom: 1;
}
.pager p {
  height: 34px;
  line-height: 34px;
  float: left;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager ul li, .pager ul a {
  margin-left: 8px;
  padding: 0 15px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #edebeb;
  text-decoration: none;
  display: inline-block;
}
.pager ul a.current {
  background-color: #e62129;
  border-color: #e62129;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #e62129;
  border-color: #e62129;
  color: #fff;
}
.pager ul a:hover {
  background-color: #e62129;
  border-color: #e62129;
  color: #fff;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 0;
  bottom: 6%;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  margin: 0px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #444444 url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
}
.rightFix .ico span {
  width: 160px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #444;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
}
.rightFix .ico:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -98px;
}
.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -168px;
}
.rightFix .box {
  position: absolute;
  left: 0;
  bottom: 102px;
}
.rightFix .fix_top {
  margin-top: 5px;
  background-position: 10px -38px;
}
.rightFix .share_tit {
  background-position: 10px 10px;
}
.rightFix .fix-ewm {
  background-position: 10px -86px;
}
.rightFix .fix-ewm:hover {
  background-position: -37px -86px;
}
.rightFix .fix-qq {
  background-position: 10px -136px;
}
.rightFix .fix-qq:hover {
  background-position: -37px -136px;
}
.rightFix .fix-tel {
  background-position: 10px -183px;
}
.rightFix .fix-tel:hover {
  background-position: -37px -183px;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #e62129;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
/**************
 *  Animations for content elements
 * **********/
/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}
.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.delay2300 {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.delay2500 {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.delay2700 {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}
.delay2900 {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}
.delay3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.delay4000 {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}
.delay4500 {
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}
.delay5000 {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}
.onactive .animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.onactive .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .flyInUp {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .opacityI {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.onactive .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(6px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(6px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -ms-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -ms-transform: translateY(6px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
.onactive .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}
